ng911ok package#
Package containing the logic and tools used by the Oklahoma Next-Generation 9-1-1 GIS Toolkit for ArcGIS Pro.
Package initialization sets up logging and patches a few methods in the
arcgis package.
A log file is written to ../ng911ok.log.
See __patch() for details on method patching.
- __patch()#
Patches, as necessary, a few functions in this package’s dependencies.
arcgis.features.geo._array.GeoArray._from_factorized()Adds an argument (
original) missing from the signature and defaults it toNonearcgis.geometry._types.Polyline.__getitem__()When key
pathsis requested from aPolylinethat has nopathskey, returnscurvePathsinsteadarcgis.geometry._types.Polygon.__getitem__()When key
ringsis requested from aPolygonthat has noringskey, returnscurveRingsinstead